vr2-4-03.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-4-03.wrl
Switch {
  whichChoice -1
  choice [
    DEF BOX Shape {
      geometry Box {}
    },
    DEF CYL Shape {
      geometry Cylinder {}
    },
    DEF CON Shape {
      geometry Cone {}
    },
    DEF SPH Shape {
      geometry Sphere {}
    }
  ]
}
USE CYL